WebdavSession Constructor (ICredentials, WebProxy) |
Initializes a new instance of the WebdavSession class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic WebdavSession(
ICredentials credentials,
WebProxy proxy
)
Public Sub New (
credentials As ICredentials,
proxy As WebProxy
)
Parameters
- credentials
- Type: System.NetICredentials
An ICredentials containing the authentication credentials - proxy
- Type: System.NetWebProxy
The proxy information for the session.
See Also